projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61b4f26
)
deltas: Fix some more 32 bit warnings
author
Colin Walters
<walters@verbum.org>
Tue, 23 Feb 2016 03:07:02 +0000
(22:07 -0500)
committer
Colin Walters
<walters@verbum.org>
Tue, 23 Feb 2016 03:07:02 +0000
(22:07 -0500)
src/libostree/ostree-repo-static-delta-core.c
patch
|
blob
|
history
diff --git
a/src/libostree/ostree-repo-static-delta-core.c
b/src/libostree/ostree-repo-static-delta-core.c
index 6369f34d3685cafbe43c00e3438c882230cc3a47..eb6de3bb5c57d2d363157dae878925d002d4f422 100644
(file)
--- a/
src/libostree/ostree-repo-static-delta-core.c
+++ b/
src/libostree/ostree-repo-static-delta-core.c
@@
-640,10
+640,10
@@
show_one_part (OstreeRepo *self,
" opsize=%" G_GUINT64_FORMAT
"\n",
i,
- g_variant_n_children (modes),
- g_variant_n_children (xattrs),
- g_variant_n_children (blob),
- g_variant_n_children (ops));
+
(guint64)
g_variant_n_children (modes),
+
(guint64)
g_variant_n_children (xattrs),
+
(guint64)
g_variant_n_children (blob),
+
(guint64)
g_variant_n_children (ops));
if (!_ostree_static_delta_part_execute (self, objects,
part, TRUE, TRUE,